Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Migration#reversible by not using transaction. #8588

Merged
merged 1 commit into from
Dec 23, 2012

Conversation

marcandre
Copy link
Contributor

This was causing trouble in mysql/mysql2 because transactions
are not supported when modifying schema. [#8267]

@carlosantoniodasilva There are other failures to fix, but my PB is running out of juice, so I'll handle those later today.

* Fix Migration#reversible by not using `transaction`.

* Adapt mysql adapter to updated api for remove_column

* Update test after aedcd68
@marcandre
Copy link
Contributor Author

Updated, should address all failures.

Sorry for these issues. I somehow didn't realize I was only testing using sqlite... Also for some reason I was sure that travis was running on pull requests too.

@steveklabnik
Copy link
Member

Travis doesn't run on PRs for rails, we're super intense on resources at the moment.

@marcandre marcandre mentioned this pull request Dec 23, 2012
carlosantoniodasilva added a commit that referenced this pull request Dec 23, 2012
Fix Migration#reversible by not using `transaction`.
@carlosantoniodasilva carlosantoniodasilva merged commit 7ab469c into rails:master Dec 23, 2012
@carlosantoniodasilva
Copy link
Member

Thanks @marcandre. Lets get travis running this so :)

@carlosantoniodasilva
Copy link
Member

Great, mysql seems to be fine. Railties tests haven't run though, lets wait for some other commit to get them running.

@marcandre marcandre deleted the fix_reversible branch September 25, 2022 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants